home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pro One: Netcracker Netscape Navigator
/
ProOne: Netcracker Netscape Navigator.iso
/
pc
/
nc
/
nc_mm000.geo
/
00051.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1997-03-21
|
272 b
|
14 lines
on keyDown
if the commandDown and ((the key = "q") or (the key = ".")) then
handleQuit()
else
if (the keyCode = 76) or (the keyCode = 36) then
HandleNEXT()
else
if the keyCode = 53 then
handleQuit()
end if
end if
end if
end